% changing the training data to 30000
 mutbl -f examples/test3.script

*****************************************************
           The -TBL system, version 1.0
          Copyright  Torbjrn Lager 2000
Department of Linguistics, Uppsala University, Sweden
 The -TBL system comes with absolutely no warranty.
    Type "help." to list all available commands.
*****************************************************
	
Learning a rule sequence...
Loading data: data/wsj_30000 ... done! Size is 29986.
Loading algorithm: algorithms/brill ... done!
Loading templates: templates/test_templates ... done!
46    1.00   tag:'VBP'>'VB' <- tag:'MD'@[-1,-2]
24    1.00   tag:'VBP'>'VB' <- tag:'TO'@[-1]
23    0.85   tag:'VB'>'VBP' <- tag:'NNS'@[-1]
23    1.00   tag:'NN'>'VB' <- tag:'MD'@[-1]
20    1.00   tag:'IN'>'WDT' <- tag:'MD'@[1]
19    0.79   tag:'VB'>'NN' <- tag:'DT'@[-1,-2]
19    0.95   tag:'VBN'>'VBD' <- tag:'NP'@[-1]
18    0.65   tag:'NN'>'VB' <- tag:'TO'@[-1]
14    0.82   tag:'IN'>'WDT' <- tag:'VBP'@[1]
13    0.84   tag:'VBN'>'VBD' <- tag:'PP'@[-1]
11    0.87   tag:'IN'>'DT' <- wd:that@[0] & tag:'IN'@[-1]
11    1.00   tag:'IN'>'WDT' <- tag:'VBZ'@[1]
11    0.87   tag:'IN'>'WDT' <- tag:'VBD'@[1]
11    1.00   tag:'WDT'>'RB' <- wd:below@[0]
11    0.79   tag:'VBD'>'VBN' <- tag:'VBZ'@[-1,-2]
9     0.70   tag:'\''>'POS' <- tag:'NNS'@[-1]
9     0.91   tag:'IN'>'RB' <- wd:much@[1]
7     0.89   tag:'JJR'>'VB' <- tag:'MD'@[-1,-2]
7     0.89   tag:'JJR'>'VB' <- wd:lower@[0] & tag:'TO'@[-1]
7     1.00   tag:'VB'>'NN' <- wd:minority@[0]
6     1.00   tag:'POS'>'VBZ' <- tag:'PP'@[-1]
6     1.00   tag:'VBG'>'NN' <- wd:of@[1]
6     1.00   tag:'RP'>'RB' <- tag:','@[-1]
6     0.71   tag:'VB'>'VBP' <- tag:'PP'@[-1]
6     0.65   tag:'JJR'>'RBR' <- tag:'JJ'@[1]
6     0.71   tag:'VBN'>'VBD' <- wd:increased@[0]
26 rule(s) for feature(s) [tag]
Testing the learned rule sequence...
Loading templates: templates/test_templates ... done!
Loading data: data/wsj_test ... done! Size is 9625.

DATA STATISTICS:

            Corpus Size: 9625
         Number of Tags: 9625
 Number of Correct Tags: 9228
       Number of Errors: 397
                 Recall: 95.9% 
              Precision: 95.9%
                F-Score: 95.9%
Number of Tags per Word: 1.000

Applied 26 rule(s) for feature(s) [tag] in 0.031 seconds

DATA STATISTICS:

            Corpus Size: 9625
         Number of Tags: 9625
 Number of Correct Tags: 9317
       Number of Errors: 308
                 Recall: 96.8% 
              Precision: 96.8%
                F-Score: 96.8%
Number of Tags per Word: 1.000

Saving the rule sequence(s) in file 'rules/test.pl'.
Generating data for the Error Browser...
Load (or reload) the file "error_data.html"
into a HTML browser to view error data.
Finished!